home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.internetmci.com!panix!usenet
- From: gugu@panix.com (gugu)
- Newsgroups: comp.lang.c++
- Subject: re: what is ios?
- Date: 4 Mar 1996 08:38:24 GMT
- Organization: PANIX Public Access Internet and Unix, NYC
- Message-ID: <375.6637T240T724@panix.com>
- NNTP-Posting-Host: gugu.dialup.access.net
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- I am just starting out to program in C++, and I am stuck in using ios
- command...
-
- #include <fstream.h>
-
- int main(void)
- {
- ofstream stocks("stocks.dat",ios::binary);
- -- ------SKIP----
- }
-
- The gnu compiler keeps on saying that binary is not a member of type ios.
-
- Please help! Thank you very much.
-
- gugu@panix.com
-
-